+2007-04-19 Dominic Lachowicz <domlachowicz@gmail.com>
+
+ * modules/engines/ms-windows/msw_style.c: Fix pixbuf leaks in
+ non-WinXP rendering paths. From Daniel Atallah (#403470)
+
2007-04-19 Matthias Clasen <mclasen@redhat.com>
* gtk/gtkicontheme.h:
HDC dc;
gint32 aPosition;
+ if (real_gap_side == GTK_POS_BOTTOM)
+ g_object_unref (pixmap);
+
dc = get_window_dc(style, window, state_type, x, y, width, height, &rect);
if (real_gap_side == GTK_POS_TOP)
release_window_dc (style, window, state_type);
return;
}
+
+ if (real_gap_side == GTK_POS_LEFT || real_gap_side == GTK_POS_RIGHT)
+ g_object_unref (pixmap);
}
parent_class->draw_extension
(style, window, state_type, shadow_type, area, widget, detail,